home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(36, 1)
- set the locH of sprite 36 to 650
- updateStage()
- repeat with x = 37 to 46
- puppetSprite(x, 1)
- end repeat
- repeat with x = 37 to 46
- set the locH of sprite x to the locH of sprite x + 650
- updateStage()
- end repeat
- updateStage()
- end
-